crypto/cipher.ofb.out (field)
14 uses
crypto/cipher (current package)
ofb.go#L18: out []byte
ofb.go#L47: out: make([]byte, 0, bufSize),
ofb.go#L57: remain := len(x.out) - x.outUsed
ofb.go#L61: copy(x.out, x.out[x.outUsed:])
ofb.go#L62: x.out = x.out[:cap(x.out)]
ofb.go#L63: for remain < len(x.out)-bs {
ofb.go#L65: copy(x.out[remain:], x.cipher)
ofb.go#L68: x.out = x.out[:remain]
ofb.go#L80: if x.outUsed >= len(x.out)-x.b.BlockSize() {
ofb.go#L83: n := subtle.XORBytes(dst, src, x.out[x.outUsed:])
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)